home *** CD-ROM | disk | FTP | other *** search
- ; There are only three things worthwhile in this world:
- ; Justice, beauty, and truth. -- Plato
- ;
- ; Jerry J. Trantow
- ; 1560 A East Irving Place
- ; Milwaukee, Wi 53202-1460
- ;
- ; Start this file with "EXECUTE Execute_Lattice to compile the program
- ; assign PROP: to the directory the files are in
- ; assign CPROGS: where you want the executable file to go
- ;
-
- lc -adb -b1 -cf -ci -ct -w -m0 -w PROP:ex.c
- asm -m0 -dLATTICE PROP:div.asm
- asm -m0 -dLATTICE PROP:mult.asm
- asm -m0 -dLATTICE PROP:add.asm
-
- blink lib:c.o PROP:ex.o PROP:div.o PROP:mult.o PROP:add.o to CPROGS:PropGadget_L lib lib:lcs.lib, lib:amiga.lib CHIP
-